home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
dev
/
misc
/
egs.lha
/
EGS
/
EGS_Devels
/
doc
/
gbsets.doc
< prev
next >
Wrap
Text File
|
1993-02-16
|
1KB
|
78 lines
/*
* $
* $ FILE : gbsets.doc
* $ VERSION : 1
* $ REVISION : 1
* $ DATE : 08-Feb-93 10:02
* $
* $ Author : mvk
* $
*
*
* (c) Copyright 1990/93 VIONA Development
* All Rights Reserved
*
*/
gbsets.library/EGB_CreateSetGadget
gbsets.library/EGB_ModifySetGadget
gbsets.library/EGB_CreateSetGadget
NAME
EGB_CreateSetGadget
SYNOPSIS
box = EGB_CreateSetGadget(con, names, height, id);
D0 A0 A1 D0 D1
EB_GadBoxPtr box;
EB_GadContext con;
EB_StrArrayPtr names;
WORD height;
LONG id;
FUNCTION
Creates a gadbox set gadget. These gadgets offer the user a number of non
exclusive choices. The result of the users action is represented in a 32 bit
number. Each bit is representing on of the items.
INPUTS
con : Associated gadget context
names : Array of strings. Each string represents one item.
height : Maximum number of elements in vertical rows.
id : The gadgets id
RESULT
gbsets.library/EGB_ModifySetGadget
NAME
EGB_ModifySetGadget
SYNOPSIS
EGB_ModifySetGadget(win, gad, data);
A0 A1 A2
EI_WindowPtr win;
EI_GadgetPtr gad;
ULONG data;
FUNCTION
Changes the state of a set gadget. Each bit in data represents one item.
INPUTS
win : The window that contains the gadget; if NULL, no refresh is done
RESULT